testing.common.level (field)

13 uses

	testing (current package)
		benchmark.go#L810: 			level:   b.level + 1,
		fuzz.go#L310: 				level:     f.level + 1,
		fuzz.go#L523: 						level:     root.level + 1,
		fuzz.go#L608: 			level:     root.level + 1,
		match.go#L89: 	if c != nil && c.level > 0 {
		testing.go#L649: 	level    int               // Nesting depth of test or benchmark.
		testing.go#L766: 			if c.level > 1 {
		testing.go#L1831: 			level:     t.level + 1,